home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 2 / X'Tasies 2 - Disc 2.iso / mac / Movie.Dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  302 b   |  12 lines

  1. global qt_position, qt_volume
  2.  
  3. on enterFrame
  4.   set the visible of sprite 22 to 1
  5.   set the movieTime of sprite 22 to qt_position
  6.   set the volume of sprite 22 to qt_volume
  7.   set the movieRate of sprite 22 to 1
  8.   set the visible of sprite 15 to 0
  9.   set the visible of sprite 19 to 1
  10.   updateStage()
  11. end
  12.